Reopen unit test for DeePKS multi-k case. #6039
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Linked Issue
Solve #6031
Unit Tests and/or Case Tests for my changes
604_NO_deepks_ut_H2O_multiktest case. Add some more reference files for functions checking which are related to stress calculation in DeePKS.602_NO_deepks_d_H2O_md_lda2pbe,603_NO_deepks_H2O_bandgapand603_NO_deepks_H2O_multik.What's changed?
cal_pdm()has been changed. In the old version, It used DMR to calculate pdm and lost some messages since HContainer object of DMR did not save all required data for DeePKS usage. After this pr it will be changed to be calculated by DMK, which will reserve these lost messages.